home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO:
- ECHO ((((( Moving to the Root Directory )))))
- ECHO:
- ECHO:
- CD \
- if exist DIR_FILS.LST GOTO HERE
- GOTO THERE
- :HERE
- if exist DIR_FILS.BAK GOTO PURGE
- GOTO NEXT
- :PURGE
- ECHO `DIR_FILS.LST' and `DIR_FILS.BAK' Exist, Deleting `DIR_FILS.BAK'
- ECHO:
- ECHO:
- DEL DIR_FILS.BAK
- :NEXT
- ECHO `DIR_FILS.LST' already Exists, Renaming to `DIR_FILS.BAK'
- ECHO:
- ECHO:
- REN DIR_FILS.LST DIR_FILS.BAK
- :THERE
- ECHO Creating a New `DIR_FILS.LST' Please STANDBY ........
- ECHO:
- ECHO:
- DIR/S/A *.* >DIR_FILS.LST
- ECHO A New `DIR_FILS.LST' has been Created here in the Root Directory
- ECHO:
- ECHO: